git-remote-bzr software package provides bidirectional bridge between Git and Bazaar, you can install in your Ubuntu 16.10 (Yakkety Yak) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install git-remote-bzr
git-remote-bzr is installed in your system.
Make ensure the git-remote-bzr package were installed using the commands given below,
$ sudo dpkg-query -l | grep git-remote-bzr *
You will get with git-remote-bzr package name, version, architecture and description in a table
| Distro | Ubuntu 16 10 yakkety yak |
| Section | Version Control Systems |
| Package | git-remote-bzr |
| Version | 0.3-1 |
| Description | bidirectional bridge between Git and Bazaar |
| Sub Section | vcs |